﻿	.LaLista{
		font-family:"Work Sans", Arial;
	}
	
	.LaLista table{
		margin-top: 30px;
	}
	.table>:not(:first-child) {
    	border-top: 0px solid transparent;
	}
	.table>:not(caption)>*>* {
        border-bottom-width: 0px;
    }
    tr{
		border: 0px solid fuchsia;
	}
      th{
		border:0px solid aqua;
		width: 33%;
	}
	
	  th.activetd{

	    border-radius: 18px;
	    background: #e5e5e5;
	    color: #3789fe;
	    padding: 5px 25px;
	    font-size: 14px;
	    font-weight: 600;
	}  
	/*.LaLista table a{ 
		text-align: center;
	    border: 1px solid;
	    margin: 0 auto;
	    margin-left: 70px;
	    border-radius: 20px;
	    padding: 8px;
	    background: #3789ff;
	    color: white;
	 }*/ 
	.LaLista table a{    
	     text-align: center;
		    border: 1px solid;
		    margin: 0 auto;
		    margin-left: 0px;
		    border-radius: 20px;
		    padding: 8px;
		    background: #3789ff;
		    color: white;
		    font-size: 10px;
		    text-align: center;
    }
    /*.LaLista table .tdtd{
    
	    background: #e5e5e5;
	    padding: 0px;
	    border: 6px solid white;
	    color: #6a6a6a;
	    font-weight: 500;
    }*/
    
    .LaLista table .tdtd {
	    background: #e5e5e5;
	    padding: 10px;
	    border: 6px solid white;
	    color: #6a6a6a;
	    font-weight: 500;
	    font-size: 12px;
	}
	    
    .titulo_selected{
	color: #0f71e6;
	font-weight:bolder;
	font-size:18px;
	
}

select {
    word-wrap: normal;
    border: 1px solid white;
    border-radius: 20px;
    
    width: 50%;
    
    height: 40px;
    padding-left: 15px;
    background: #e5e5e5;
    color: #3789ff;
    font-weight: 600;
}



@media only screen and (min-width: 768px) {
	
	.LaLista table a{ 
		text-align: center;
	    border: 1px solid;
	    margin: 0 auto;
	    margin-left: 0px;
	    border-radius: 20px;
	    padding: 8px;
	    background: #3789ff;
	    color: white;
	     font-size: 14px;
	 }
	 .LaLista table .tdtd{
    
	    background: #e5e5e5;
	       
    	padding: 5px;
	    border: 6px solid white;
	    color: #6a6a6a;
	    font-weight: 500;
	    font-size: 14px;
    }

}

@media only screen and (min-width: 1024px) {
	
	.LaLista table a{ 
		
	     font-size: 16px;
	     margin-left: 40px;
	 }
	 .LaLista table .tdtd{
    
	    background: #e5e5e5;
	       
    	padding: 10px;
	     
	    font-size: 16px;
	    
    }
    th.activetd {
 
    	font-size: 18px;
     
	}

}



.titulo_selected1 {
    color: #154a8b;
    font-weight: bolder;
    font-size: 16px;
    text-align: center;
}


@media (max-width: 412px){
	.select2{
	    width: 90% !important;
	}
}

.select2{
 
    width: 70% !important;
}
 


	.LaLista{
		font-family:"Work Sans", Arial;
	}
	select{
	    word-wrap: normal;
	    border: 1px solid white;
	    border-radius: 20px;
	    width: 260px;
	    height: 40px;
	    padding-left: 15px;
	    background: #e5e5e5;
	    color: #3789ff;
	    font-weight: 600;
	}
	
	.titulo_selected{
      font-size: 22px;
      color: #3563d3;
      font-weight: bolder;	
    }

	#estupefaciente_lista .outer {
	  display: flex; 
	  min-height: 100%;
	  flex-direction: column;
	}
	
	#estupefaciente_lista .row {
	  display: flex;
	  text-align: center;
	  flex: 1;
	  align-items: center;
	  flex-grow: 1;
	  min-height: 80px;
	    
	}
	
	#estupefaciente_lista .item { 
	  flex: 1;
	}
	#estupefaciente_lista .headTittle { 
	  background: #154a8b;
	  color: white;
	  padding: 10px 0px;
	}
	  
		
@media (min-width: 1024px){

	#estupefaciente_lista .outer{
	  flex-direction: inherit;
	}
	
	#estupefaciente_lista .row {
	  flex-direction: column;
	  display: table-cell;
      vertical-align: middle;
      border-left: 1px solid silver;
      border-bottom: 1px solid silver;
      min-height: inherit;
	}
	
	#estupefaciente_lista .one{
	  flex: 0 0 50%;
	  width: calc(100% - 100px);
	}
	#estupefaciente_lista .col-sm-description {
	  margin: 10px 0;
	}
	#estupefaciente_lista .last{
	  border-right: 1px solid silver;
	}	
}

 
